home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / AudioApps / GISO / Makefile.preamble < prev    next >
Makefile  |  1992-12-20  |  89b  |  12 lines

  1. OTHER_GARBAGE = sox
  2. CC=cc
  3.  
  4.  
  5. debug:: sox
  6.  
  7. all:: sox
  8.  
  9. sox: 
  10.     (cd Sox ; make ; cp sox .. )
  11.  
  12.